home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / Other / KBNS.verification.32.1 / KBNS.00.0.280 / Makefile < prev   
Makefile  |  1994-05-23  |  103b  |  6 lines

  1. all: crashtest
  2. clean:
  3.     rm -f *~ crashtest
  4. crashtest: crashtest.c
  5.     cc -Wall -g crashtest.c -o crashtest
  6.